KT-535 no need in outer type info for class object

This commit is contained in:
Alex Tkachman
2011-11-18 13:38:38 +02:00
parent b054ccefdb
commit 50edc9750b
4 changed files with 28 additions and 2 deletions
@@ -2,6 +2,7 @@ package org.jetbrains.jet.codegen;
/**
* @author yole
* @author alex.tkachman
*/
public class ObjectGenTest extends CodegenTestCase {
public void testSimpleObject() throws Exception {
@@ -16,4 +17,8 @@ public class ObjectGenTest extends CodegenTestCase {
public void testMethodOnObject() throws Exception {
blackBoxFile("objects/methodOnObject.jet");
}
public void testKt535() throws Exception {
blackBoxFile("regressions/kt535.jet");
}
}