Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
public final class BoundReferencesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KParameter, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public final static method extFun(@org.jetbrains.annotations.NotNull p0: C, p1: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
private @org.jetbrains.annotations.NotNull field bar: java.lang.String
|
||||
public method <init>(): void
|
||||
public final method foo(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
|
||||
public final method setBar(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
Reference in New Issue
Block a user