Files
kotlin/compiler/testData/codegen/classes/inheritingFromArrayList.kt
2013-01-24 21:12:27 +04:00

1 line
40 B
Kotlin
Vendored

class Foo() : java.util.ArrayList<Int>()