FIR IDE: add more tests about annotation resolution
This commit is contained in:
committed by
TeamCityServer
parent
e95313acbb
commit
464eecef03
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
fun annotatedSwitch(str: String) =
|
||||
when {
|
||||
<expr>@Suppress("DEPRECATION")</expr>
|
||||
str.isBlank() -> null
|
||||
str.isNotEmpty() != null -> null
|
||||
else -> 1
|
||||
}
|
||||
Reference in New Issue
Block a user