Analyze Data Flow: Support val/var parameters

#KT-11994 In Progress
This commit is contained in:
Alexey Sedunov
2017-05-31 19:10:32 +03:00
parent ea7d535ae7
commit 49da81f681
10 changed files with 143 additions and 12 deletions
+3
View File
@@ -0,0 +1,3 @@
3 open class A(val <bold>n: Int</bold>)
5 class B : A(<bold>1</bold>)
8 val z = A(<bold>2</bold>).n