mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
JVM IR: Use correct scope owner in JvmInlineClassLowering
This commit is contained in:
committed by
Alexander Udalov
parent
2afbeaa353
commit
cdd3f82396
@@ -1,5 +1,4 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
inline class Foo(val x: Int) {
|
||||
inline fun inlineInc(): Foo = Foo(x + 1)
|
||||
|
||||
Reference in New Issue
Block a user