diff --git a/compiler/testData/codegen/boxInline/property/fromObject.kt b/compiler/testData/codegen/boxInline/property/fromObject.kt index 5c28222b796..43733f04cbd 100644 --- a/compiler/testData/codegen/boxInline/property/fromObject.kt +++ b/compiler/testData/codegen/boxInline/property/fromObject.kt @@ -1,4 +1,6 @@ // WITH_STDLIB +// CHECK_BYTECODE_TEXT + // FILE: 1.kt package test @@ -24,3 +26,6 @@ fun box(): String { return y.result } + +// 0 INVOKEVIRTUAL test/B.setY +// 0 INVOKEVIRTUAL test/B.getY