K2: add test confirming finished migration in KT-33917
Related to KT-62918, KT-60086
This commit is contained in:
committed by
Space Team
parent
dda7004d66
commit
f82c3c3bf7
+18
@@ -48,3 +48,21 @@ FILE: ambiguousAnonymousExposed.fir.kt
|
||||
}
|
||||
)
|
||||
}
|
||||
private final inline fun bazBaz(): R|My<out I1>| {
|
||||
^bazBaz R|/My.My|<R|<anonymous>|>(object : R|I1|, R|I2| {
|
||||
private constructor(): R|<anonymous>| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
}
|
||||
)
|
||||
}
|
||||
private final inline fun bazBazBaz(): R|My<out I1>| {
|
||||
^bazBazBaz R|/My.My|<R|<anonymous>|>(object : R|I1| {
|
||||
private constructor(): R|<anonymous>| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user