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

5 lines
121 B
Plaintext
Vendored

3 class A(<bold>n: Int</bold>) {
4 val <bold>x = n</bold>
6 val <bold>y: Int</bold>
14 fun bar(<bold>m: Int</bold>) {