[AA] Shortener: change test data

Remove ON_AIR_CONTEXT_CARET_TAG where it's not necessary
This commit is contained in:
aleksandrina-streltsova
2023-06-15 14:47:17 +03:00
committed by teamcity
parent d89aafb06c
commit 39bdd67df6
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@
* [a.b.c.dependency.Foo]
* [a.b.c.dependency.Foo.Nested]
*/
fun foo<caret_onAirContext>(): a.b.c.dependency.Foo = t
fun foo<caret>(): a.b.c.dependency.Foo = t
// FILE: dependency.kt
package a.b.c.dependency
@@ -1,4 +1,4 @@
class A<caret_onAirContext> {
class A<caret> {
abstract class B {
abstract val b: A.B
}