fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
internal final class ClassFunGetFoo {
|
||||
public final class ClassFunGetFoo {
|
||||
/*primary*/ public constructor ClassFunGetFoo()
|
||||
internal final fun getFoo(): kotlin.Int
|
||||
internal final fun setFoo(/*0*/ p: kotlin.Int): kotlin.Unit
|
||||
public final fun getFoo(): kotlin.Int
|
||||
public final fun setFoo(/*0*/ p: kotlin.Int): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user