Add test data for parsing of complicated <..> and <..>= combinations
^KT-52684 Related ^KT-8263 Related
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user