fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
internal interface A {
|
||||
public interface A {
|
||||
public abstract var p: kotlin.Int
|
||||
public abstract fun <get-p>(): kotlin.Int
|
||||
internal abstract fun <set-p>(/*0*/ <set-?>: kotlin.Int): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user