[FIR2IR] Adding 2 new runners for fir2ir-specific tests

This commit is contained in:
Nikolay Lunyak
2021-07-15 15:37:16 +03:00
committed by TeamCityServer
parent a6e477fa88
commit 25d2e61a82
7 changed files with 88 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
fun box() = "OK"
+2
View File
@@ -0,0 +1,2 @@
// FIR_IDENTICAL
fun sample() {}
+2
View File
@@ -0,0 +1,2 @@
fun sample() {
}
+3
View File
@@ -0,0 +1,3 @@
FILE fqName:<root> fileName:/sample.kt
FUN name:sample visibility:public modality:FINAL <> () returnType:kotlin.Unit
BLOCK_BODY