Improved error message for 'nested class should be qualified'
This commit is contained in:
@@ -103,6 +103,11 @@ public class DiagnosticMessageTestGenerated extends AbstractDiagnosticMessageTes
|
||||
doTest("idea/testData/diagnosticMessage/nestedClassAcessedViaInstanceReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedClassShouldBeQualified.kt")
|
||||
public void testNestedClassShouldBeQualified() throws Exception {
|
||||
doTest("idea/testData/diagnosticMessage/nestedClassShouldBeQualified.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noneApplicable.kt")
|
||||
public void testNoneApplicable() throws Exception {
|
||||
doTest("idea/testData/diagnosticMessage/noneApplicable.kt");
|
||||
|
||||
Reference in New Issue
Block a user