blob: c3a256a4c66a5bd11d0b432c143134c7657741e6 [file] [log] [blame]
package test
class A
class Test {
fun some(a: <caret>A) = 12
}
// REF: (test).A