Analyze Data Flow: Support val/var parameters
#KT-11994 In Progress
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user