K2: add source range test to ensure #KT-59584 Fixed

This commit is contained in:
Mikhail Glukhikh
2023-10-02 15:15:20 +02:00
committed by Space Team
parent 920b0bfe63
commit 21b4ce050c
6 changed files with 87 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// ISSUE: KT-59584
class Klass {
val maybeThis = if (1 == 1) this else null
}