Fix for KT-9877: CompilationError: Cannot pop operand of empty stack
#KT-9877 Fixed
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import test.*
|
||||
|
||||
fun box(): String {
|
||||
var gene = "g1"
|
||||
|
||||
inlineCall {
|
||||
val value = 10.0
|
||||
inlineCall {
|
||||
{
|
||||
value
|
||||
gene = "OK"
|
||||
}()
|
||||
}
|
||||
}
|
||||
|
||||
return gene
|
||||
}
|
||||
Reference in New Issue
Block a user