protected & internal are now forbidden in interfaces
This commit is contained in:
committed by
Mikhail Glukhikh
parent
5f43628f1b
commit
cba6870f52
@@ -1,6 +1,6 @@
|
||||
interface Test {
|
||||
public open fun test()
|
||||
protected open val testProp : Int
|
||||
public open val testProp : Int
|
||||
}
|
||||
|
||||
class SomeTest : Test {
|
||||
|
||||
Reference in New Issue
Block a user