FIR IDE: add more tests about annotation resolution
This commit is contained in:
committed by
TeamCityServer
parent
e95313acbb
commit
464eecef03
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
fun foo(data: Any) {
|
||||
<expr>@Suppress("UNCHECKED_CAST")</expr>
|
||||
val (k, v) = data as Pair<String, String>
|
||||
}
|
||||
Reference in New Issue
Block a user