Don't coerce intrisic value, it's already coerced

This commit is contained in:
Mikhael Bogdanov
2019-11-15 12:04:14 +01:00
parent e409387078
commit f264942bf9
5 changed files with 40 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
// KOTLIN_CONFIGURATION_FLAGS: +JVM.DISABLE_OPTIMIZATION
fun bar() {}
fun foo() {
bar()
}
// 0 Unit\.INSTANCE
// 0 POP