KT-62695 [AA] Preliminary set of tests for extensions resolve

This commit is contained in:
Roman Golyshev
2024-01-18 23:51:41 +01:00
committed by Space Team
parent c0d54f9bbf
commit f9d4a35d80
33 changed files with 936 additions and 0 deletions
@@ -0,0 +1,16 @@
package test
class Foo
fun Foo.ext() {}
val Foo.ext: Int get() = 10
/**
* [test.<caret_1>ext]
* [<caret_2>ext]
*
* [Foo.<caret_3>ext]
* [test.Foo.<caret_4>ext]
*/
fun usage() {}