Analyze Data Flow: Initial implementation
#KT-11994 In Progress
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
4 val <bold>x = if (m > 1) n else 1</bold>
|
||||
4 val x = <bold>if (m > 1) n else 1</bold>
|
||||
4 val x = if (m > 1) <bold>n</bold> else 1
|
||||
3 fun test(m: Int, <bold>n: Int</bold>) {
|
||||
4 val x = if (m > 1) n else <bold>1</bold>
|
||||
Reference in New Issue
Block a user