| // RUN_PIPELINE_TILL: FRONTEND | |
| @file:OptIn(ExperimentalVersionOverloading::class) | |
| open class O { | |
| open fun <!INVALID_VERSIONING_ON_NONFINAL_CLASS!>foo<!>(a: Int = 0, @IntroducedAt("1") b: Int = 1) {} | |
| } | |
| /* GENERATED_FIR_TAGS: annotationUseSiteTargetFile, classDeclaration, classReference, functionDeclaration, | |
| integerLiteral, stringLiteral */ |