[SLC] Ignore callables with invalid or absent names (KTIJ-23584)
This commit is contained in:
+10
@@ -251,6 +251,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
runTest("compiler/testData/asJava/lightClasses/compilationErrors/ExpectedNestedClassInObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("FunctionWithoutName.kt")
|
||||
public void testFunctionWithoutName() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/compilationErrors/FunctionWithoutName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("JvmPackageName.kt")
|
||||
public void testJvmPackageName() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/compilationErrors/JvmPackageName.kt");
|
||||
@@ -266,6 +271,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
runTest("compiler/testData/asJava/lightClasses/compilationErrors/PrivateInTrait.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("PropertyWithoutName.kt")
|
||||
public void testPropertyWithoutName() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/compilationErrors/PropertyWithoutName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("RepetableAnnotations.kt")
|
||||
public void testRepetableAnnotations() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/compilationErrors/RepetableAnnotations.kt");
|
||||
|
||||
Reference in New Issue
Block a user