blob: bf2b6b35a1ced67aaf66bd3cd9ee732f70820fe8 [file]
// 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 */