KT-4485 getGenericInterfaces vs getInterfaces for kotlin classes

#KT-4485 fixed
This commit is contained in:
Evgeny Gerashchenko
2014-01-29 17:57:50 +04:00
parent 0e9875aec3
commit abf352cebd
3 changed files with 33 additions and 0 deletions
@@ -903,6 +903,11 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
doTestWithStdlib("compiler/testData/codegen/boxWithStdlib/regressions/generic.kt");
}
@TestMetadata("getGenericInterfaces.kt")
public void testGetGenericInterfaces() throws Exception {
doTestWithStdlib("compiler/testData/codegen/boxWithStdlib/regressions/getGenericInterfaces.kt");
}
@TestMetadata("implicitlyCastToHashable.kt")
public void testImplicitlyCastToHashable() throws Exception {
doTestWithStdlib("compiler/testData/codegen/boxWithStdlib/regressions/implicitlyCastToHashable.kt");