FIR2IR: enhance approximation of captured types
This commit is contained in:
+3
-3
@@ -2,13 +2,13 @@ fun test(a: SomeJavaClass<out String>) {
|
||||
a.someFunction(hello = local fun <anonymous>(it: String?) {
|
||||
return Unit
|
||||
}
|
||||
/*-> Hello<Any?>? */)
|
||||
/*-> Hello<String>? */)
|
||||
a.plus(hello = local fun <anonymous>(it: String?) {
|
||||
return Unit
|
||||
}
|
||||
/*-> Hello<Any?>? */)
|
||||
/*-> Hello<String>? */)
|
||||
a.get(hello = local fun <anonymous>(it: String?) {
|
||||
return Unit
|
||||
}
|
||||
/*-> Hello<Any?>? */)
|
||||
/*-> Hello<String>? */)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user