Files
kotlin-fork/compiler/testData/psi/SimpleClassMembers_ERR.jet
T
2011-10-20 16:21:18 +02:00

27 lines
237 B
Plaintext

class foo {
class foo {} -
class Bar {
sdfsd
}
fun foo()
val x
var f
type foo = ;
this() : this(a, b, c), Foo<T(bar)
this() : this(a, b, c), Foo<T>(bar) {
}
this() : - {
}
}