Add test for Obsolete issues
#KT-15956 Obsolete #KT-15751 Obsolete #KT-16417 Obsolete #KT-21787 Obsolete
This commit is contained in:
+5
@@ -2085,6 +2085,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/javaCollectionsStaticMethod.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt21787.kt")
|
||||
public void testKt21787() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/kt21787.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedConstructorFromClass.kt")
|
||||
public void testNestedConstructorFromClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/nestedConstructorFromClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user