Use direct field access to trivial class properties

#KT-3845 Fixed
This commit is contained in:
Alexander Udalov
2014-07-16 20:51:40 +04:00
parent 1555a3756c
commit 4bdf7e3426
4 changed files with 48 additions and 2 deletions
@@ -112,6 +112,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
doTest("compiler/testData/codegen/bytecodeText/kt2887.kt");
}
@TestMetadata("kt3845.kt")
public void testKt3845() throws Exception {
doTest("compiler/testData/codegen/bytecodeText/kt3845.kt");
}
@TestMetadata("kt5016.kt")
public void testKt5016() throws Exception {
doTest("compiler/testData/codegen/bytecodeText/kt5016.kt");