[NoArg] Migrate NoArg tests to new test infrastructure

This commit is contained in:
Dmitriy Novozhilov
2022-05-17 17:30:35 +03:00
committed by teamcity
parent 8fc4962213
commit 60df531c02
21 changed files with 233 additions and 174 deletions
+1
View File
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
annotation class NoArg
class Outer {
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
annotation class NoArg
open class Base(val s: String)