[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// See KT-9134: smart cast is not provided inside lambda call
|
||||
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
annotation class My
|
||||
|
||||
fun bar(): Int = @My <!UNRESOLVED_REFERENCE!>{
|
||||
var i: Int?
|
||||
i = 42
|
||||
i
|
||||
}()<!>
|
||||
Reference in New Issue
Block a user