KT-535 no need in outer type info for class object
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user