Files
kotlin-fork/idea/testData/slicer/outflow/secondaryConstructorCalls.results.txt
T
Alexey Sedunov 858b454138 Analyze Data Flow: Initial implementation
#KT-11994 In Progress
2017-06-09 17:19:15 +03:00

7 lines
209 B
Plaintext
Vendored

4 <bold>constructor(n: Int)</bold>
9 class B : <bold>A(1)</bold>
16 val x = <bold>A(1)</bold>
16 val <bold>x = A(1)</bold>
6 constructor() : <bold>this(1)</bold>
12 constructor() : <bold>super(1)</bold>