Searched refs:SkipLazyConstantCreationForMethodRefTest (Results 1 - 1 of 1) sorted by relevance

/openjdk9/langtools/test/tools/javac/T8023112/
H A DSkipLazyConstantCreationForMethodRefTest.java29 * @compile SkipLazyConstantCreationForMethodRefTest.java
32 public class SkipLazyConstantCreationForMethodRefTest<T> { class
33 SkipLazyConstantCreationForMethodRefTest(int a, boolean b) {} method in class:SkipLazyConstantCreationForMethodRefTest
34 SkipLazyConstantCreationForMethodRefTest() {} method in class:SkipLazyConstantCreationForMethodRefTest
37 class SubClass<T> extends SkipLazyConstantCreationForMethodRefTest {
42 SubClass<SkipLazyConstantCreationForMethodRefTest> m(int a, boolean b);
46 SAM s11 = SubClass<SkipLazyConstantCreationForMethodRefTest>::<Object>new;
47 SAM s12 = (SubClass<SkipLazyConstantCreationForMethodRefTest>::<Object>new);
48 SAM s13 = (SAM)SubClass<SkipLazyConstantCreationForMethodRefTest>::<Object>new;
50 SAM s15 = true ? s11 : (SAM)SubClass<SkipLazyConstantCreationForMethodRefTest>
[all...]

Completed in 85 milliseconds