private / protected / internal modifiers are deprecated in interfaces, relevant tests changed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
internal abstract class Test</*0*/ in I> {
|
||||
private/*private to this*/ final fun foo(): I {
|
||||
throw Exception()
|
||||
}
|
||||
|
||||
private/*private to this*/ final val i: I get() = foo()
|
||||
}
|
||||
Reference in New Issue
Block a user