5d0f004292
If one branch has Nothing type (contains 'return', etc.), return result type of corresponding resolved call (it may depend on smart casts) #KT-6242 Fixed
5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
package
|
|
|
|
internal fun baz(): kotlin.Unit
|
|
kotlin.inline() internal fun </*0*/ T> foo(/*0*/ block: () -> T): T
|