Local interfaces are forbidden now
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
fun box(): String {
|
||||
interface A {
|
||||
fun foo() = "OK"
|
||||
}
|
||||
|
||||
class B : A
|
||||
|
||||
return B().foo()
|
||||
}
|
||||
Reference in New Issue
Block a user