added test case for KT-2355
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package foo
|
||||
|
||||
fun box(): Boolean {
|
||||
val a = "abc"
|
||||
val b = "def"
|
||||
val message = "a = $a, b = $b"
|
||||
|
||||
if (message != "a = abc, b = def") return false
|
||||
|
||||
return true
|
||||
}
|
||||
Reference in New Issue
Block a user