FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
val x: Int <caret>by Foo()
|
||||
|
||||
class Foo
|
||||
|
||||
operator fun Foo.getValue(_this: Any?, p: Any?): Int = 1
|
||||
|
||||
Reference in New Issue
Block a user