Files
kotlin-fork/compiler/testData/psi/AnonymousInitializer.jet
T
Andrey Breslav bf503e9a4b KT-2363 Drop secondary constructors
#KT-2363 Fixed
2012-07-19 19:53:06 +04:00

10 lines
49 B
Plaintext

class Foo {
{
foo()
val c = f
}
}