[LC] move scripts to lightClassByPsi
This commit is contained in:
compiler/testData/asJava/lightClasses/lightClassByFqName/delegation/WithPlatformTypes.NoCompile.java
Vendored
+3
-6
@@ -1,6 +1,3 @@
|
||||
public final class WithPlatformTypes implements p.J {
|
||||
public WithPlatformTypes(@org.jetbrains.annotations.NotNull p.J j) { /* compiled code */ }
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public java.lang.String foo(@org.jetbrains.annotations.NotNull java.lang.String b) { /* compiled code */ }
|
||||
}
|
||||
public final class WithPlatformTypes /* p.WithPlatformTypes*/ implements p.J {
|
||||
public WithPlatformTypes(@org.jetbrains.annotations.NotNull() p.J);// .ctor(p.J)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user