[FIR] Report friendly errors for type aliases from stdlib if -no-jdk option is set
^KT-54531 Fixed
This commit is contained in:
committed by
Space Team
parent
8eeb7e2631
commit
879deb90fc
@@ -525,6 +525,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/firErrorOnLastLineNoEol.args");
|
||||
}
|
||||
|
||||
@TestMetadata("firFriendlyErrorIfNoJdkOptionIsSet.args")
|
||||
public void testFirFriendlyErrorIfNoJdkOptionIsSet() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/firFriendlyErrorIfNoJdkOptionIsSet.args");
|
||||
}
|
||||
|
||||
@TestMetadata("firHello.args")
|
||||
public void testFirHello() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/firHello.args");
|
||||
|
||||
Reference in New Issue
Block a user