FIR: drop source-based check from InferenceUtils
This commit is contained in:
@@ -4,7 +4,7 @@ inline fun <T> tryLambdas(lamb : () -> T) : T{
|
||||
return lamb.invoke()
|
||||
}
|
||||
fun main() {
|
||||
tryLambdas<String> {
|
||||
<!INAPPLICABLE_CANDIDATE!>tryLambdas<!><String> {
|
||||
return@tryLambdas
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user