Local interfaces are forbidden now
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
interface A : Collection<String>
|
||||
interface B : List<String>
|
||||
interface C : Map<Long, Double>
|
||||
interface D : Map.Entry<Any, Nothing>
|
||||
interface E : Iterator<Int>
|
||||
|
||||
fun box(): String {
|
||||
interface F : A, B, C, D, E
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user