blob: 07f5a183852dc43007f09963ccda4627e3e99db1 [file] [log] [blame]
fun testFunction() {
}
class Some {
fun testFunInClass() = 12
}
// SEARCH_TEXT: test
// REF: (<root>).testFunction()
// REF: (in Some).testFunInClass()