Files
kotlin-fork/idea/testData/decompiler/navigation/usercode/Constructor.source.expected
T
2016-03-30 21:35:18 +03:00

4 lines
118 B
Plaintext
Vendored

main.kt
public class <1><3>ClassWithConstructor<2>(val a: String, b: Any) {
<4>constructor(a: String): this(a, a)