Fix for KT-6202: Redundant and wrong linenumber after if/else condition
#KT-6202 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
val p = 1
|
||||
when (p) {
|
||||
0 -> System.out?.println()
|
||||
else -> System.out?.println()
|
||||
}
|
||||
}
|
||||
// 1 LINENUMBER 3
|
||||
Reference in New Issue
Block a user