blob: ca59edba5b3a7a7e6ca1a5c569bfc21942a2a458 [file] [log] [blame]
// TARGET_BACKEND: JVM_IR
fun f() {}
fun g() = ::f
// This regexp checks that there's only one class annotated with kotlin.Metadata with the actual data (which is in the `d1` field).
// That class is the file facade. The synthetic class for the reference `::f` should be generated with synthetic metadata, i.e.
// which has nothing in the `d1` field.
// 1 @Lkotlin/Metadata;\(.*d1.*\)