[Parser] Add additional parsing tests

This commit is contained in:
Victor Petukhov
2022-05-24 10:31:17 +02:00
committed by teamcity
parent 96d1f89836
commit de9d1dc536
9 changed files with 818 additions and 0 deletions
@@ -0,0 +1,5 @@
fun main() {
val x: ..<Int> = 1
val x = ..<Int>::class
val x = `..`<Int>::class
}