CLI: fix resolution of Java records as single file roots
#KT-46764 Fixed
This commit is contained in:
@@ -711,6 +711,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/progressiveModeOn.args");
|
||||
}
|
||||
|
||||
@TestMetadata("recordAsSingleFileRoot.args")
|
||||
public void testRecordAsSingleFileRoot() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/recordAsSingleFileRoot.args");
|
||||
}
|
||||
|
||||
@TestMetadata("resultInReturnTypeSupportedByDefault15.args")
|
||||
public void testResultInReturnTypeSupportedByDefault15() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/resultInReturnTypeSupportedByDefault15.args");
|
||||
|
||||
Reference in New Issue
Block a user