Add test data for parsing of complicated <..> and <..>= combinations

^KT-52684 Related
^KT-8263 Related
This commit is contained in:
Denis.Zharkov
2022-06-08 16:19:11 +03:00
committed by teamcity
parent 149402cf00
commit 67f9025f9e
13 changed files with 326 additions and 0 deletions
@@ -131,6 +131,16 @@ public class ParsingTestGenerated extends AbstractParsingTest {
runTest("compiler/testData/psi/CommentsBindingInStatementBlock.kt");
}
@TestMetadata("complicateLTGT.kt")
public void testComplicateLTGT() throws Exception {
runTest("compiler/testData/psi/complicateLTGT.kt");
}
@TestMetadata("complicateLTGTE.kt")
public void testComplicateLTGTE() throws Exception {
runTest("compiler/testData/psi/complicateLTGTE.kt");
}
@TestMetadata("Constructors.kt")
public void testConstructors() throws Exception {
runTest("compiler/testData/psi/Constructors.kt");