K2: add source range test to ensure #KT-59584 Fixed
This commit is contained in:
committed by
Space Team
parent
920b0bfe63
commit
21b4ce050c
+5
@@ -0,0 +1,5 @@
|
||||
// ISSUE: KT-59584
|
||||
|
||||
class Klass {
|
||||
val maybeThis = if (1 == 1) this else null
|
||||
}
|
||||
Reference in New Issue
Block a user