Move inference parameter type in FunctionDescriptorResolver
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
annotation class ann
|
||||
|
||||
fun test([ann] <!UNUSED_PARAMETER!>p<!>: Int) {
|
||||
|
||||
}
|
||||
|
||||
val bar = fun test([ann] <!UNUSED_PARAMETER!>g<!>: Int) {}
|
||||
|
||||
val bas = { ([ann] t: Int) -> }
|
||||
Reference in New Issue
Block a user