KT-2206 ClassFormatError on loading class with property inherited from trait
#KT-2206 fixed
This commit is contained in:
@@ -48,4 +48,12 @@ public class TraitsTest extends CodegenTestCase {
|
||||
public void testStdlib () throws Exception {
|
||||
blackBoxFile("traits/stdlib.jet");
|
||||
}
|
||||
|
||||
public void testInheritedFun() throws Exception {
|
||||
blackBoxFile("traits/inheritedFun.jet");
|
||||
}
|
||||
|
||||
public void testInheritedVar() throws Exception {
|
||||
blackBoxFile("traits/inheritedVar.jet");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user