3d8d92c7d3
- test data files renamed from *.jet to *.kt
10 lines
133 B
Kotlin
10 lines
133 B
Kotlin
|
|
class Foo1() : java.util.ArrayList<Int>()
|
|
|
|
open class Bar() {
|
|
fun v() : Int = 1
|
|
val v : Int = 1
|
|
}
|
|
|
|
class Barr() : Bar() {}
|