Support definitely-not-null generic T!! types in Parsing and FE1.0
^KT-26245 In Progress
This commit is contained in:
committed by
TeamCityServer
parent
5a0b75bd89
commit
b9d2a1842a
@@ -141,6 +141,11 @@ public class ParsingTestGenerated extends AbstractParsingTest {
|
||||
runTest("compiler/testData/psi/DefaultKeyword.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("DefinitelyNotNullType.kt")
|
||||
public void testDefinitelyNotNullType() throws Exception {
|
||||
runTest("compiler/testData/psi/DefinitelyNotNullType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("destructuringInLambdas.kt")
|
||||
public void testDestructuringInLambdas() throws Exception {
|
||||
runTest("compiler/testData/psi/destructuringInLambdas.kt");
|
||||
|
||||
Reference in New Issue
Block a user