Add regression test for KT-3634
#KT-3634 Obsolete
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
val c = Unit.VALUE
|
||||
val d = c
|
||||
|
||||
fun box(): String {
|
||||
c
|
||||
d
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user