JVM_IR KT-46864 handle "unused" LDC instructions properly
This commit is contained in:
committed by
TeamCityServer
parent
be097244d4
commit
9091ca7b51
@@ -0,0 +1,5 @@
|
||||
fun box(): String {
|
||||
// NB it's important that the following expression is unused
|
||||
(40.523 !== 62.562)
|
||||
return "OK"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fun box(): String {
|
||||
// NB it's important that the following expression is unused
|
||||
(1234L !== 5678L)
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user