KT-62695 [AA] Preliminary set of tests for extensions resolve
This commit is contained in:
committed by
Space Team
parent
c0d54f9bbf
commit
f9d4a35d80
+17
@@ -0,0 +1,17 @@
|
||||
package test
|
||||
|
||||
class Receiver
|
||||
|
||||
open class Base {
|
||||
fun Receiver.ext() {}
|
||||
}
|
||||
|
||||
/**
|
||||
* [Receiver.<caret_1>ext]
|
||||
*/
|
||||
class Child : Base() {
|
||||
/**
|
||||
* [Receiver.<caret_2>ext]
|
||||
*/
|
||||
fun usage() {}
|
||||
}
|
||||
Reference in New Issue
Block a user