check package declaration in a file
to have the right properties initialization order not to report errors if isDeclaredLocally (only recordInitializedVariables)
This commit is contained in:
@@ -964,6 +964,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/kt897.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("propertiesOrderInPackage.kt")
|
||||
public void testPropertiesOrderInPackage() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/propertiesOrderInPackage.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("uninitializedInLocalDeclarations.kt")
|
||||
public void testUninitializedInLocalDeclarations() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/uninitializedInLocalDeclarations.kt");
|
||||
|
||||
Reference in New Issue
Block a user