[Analysis API] tests: use tagged caret to find declaration to analyze in the air against
We cannot use a KtFile as analysis context. ^KT-55527
This commit is contained in:
committed by
Space Team
parent
66de893963
commit
ba3a3915c7
+1
-1
@@ -1,4 +1,4 @@
|
||||
class A {
|
||||
class A<caret_onAirContext> {
|
||||
abstract class B {
|
||||
abstract val b: A.B
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user