NI: avoid creating useless captured types during incorporation
^KT-37546 Fixed
This commit is contained in:
Vendored
+1
-1
@@ -6,5 +6,5 @@ FILE: definetelyNotNullForTypeParameter.kt
|
||||
}
|
||||
public final fun <F : R|kotlin/Any|> foo(computable: R|Out<F?>|): R|kotlin/Unit|
|
||||
public final fun <T : R|kotlin/Any|> bar(computable: R|Out<T?>|): R|kotlin/Unit| {
|
||||
R|/foo|<R|T?!!|>(R|/id|<R|T?|>(R|<local>/computable|))
|
||||
R|/foo|<R|T|>(R|/id|<R|T?|>(R|<local>/computable|))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user