fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+4
-4
@@ -1,12 +1,12 @@
|
||||
package test
|
||||
|
||||
internal final class ClassObjectDeclaresProperty {
|
||||
public final class ClassObjectDeclaresProperty {
|
||||
/*primary*/ public constructor ClassObjectDeclaresProperty()
|
||||
|
||||
public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
internal final var s: kotlin.String
|
||||
internal final fun <get-s>(): kotlin.String
|
||||
internal final fun <set-s>(/*0*/ <set-?>: kotlin.String): kotlin.Unit
|
||||
public final var s: kotlin.String
|
||||
public final fun <get-s>(): kotlin.String
|
||||
public final fun <set-s>(/*0*/ <set-?>: kotlin.String): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user