[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
@@ -5,13 +5,13 @@ public interface BaseIntf {
}
@NoArg
@java.lang.annotation.Retention
@java.lang.annotation.Retention(value=RUNTIME)
@kotlin.Metadata
public annotation class MetaAnno {
// source: 'defaultParameters.kt'
}
@java.lang.annotation.Retention
@java.lang.annotation.Retention(value=RUNTIME)
@kotlin.Metadata
public annotation class NoArg {
// source: 'defaultParameters.kt'