Fixed annotation resolve for loop parameter or catched exceptions type
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
annotation class My
|
||||
|
||||
fun foo() {
|
||||
for (i: @My Int in 0..41) {
|
||||
if (i == 13) return
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user