Files
kotlin-fork/idea/testData/slicer/outflow/primaryConstructorCalls.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
212 B
Plaintext
Vendored

3 open class A<bold>(n: Int)</bold> {
7 class B : <bold>A(1)</bold>
14 val x = <bold>A(1)</bold>
14 val <bold>x = A(1)</bold>
4 constructor() : <bold>this(1)</bold>
10 constructor() : <bold>super(1)</bold>