[NI] Don't return resulting call if return type has uninferred types
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
package
|
||||
|
||||
public fun manyArguments(): Outer.Nested<???>
|
||||
public fun manyArguments(): [ERROR : Error function type]
|
||||
public fun nested(): Outer.Nested<kotlin.Int>
|
||||
public fun noArguments(): Outer.Nested<???>
|
||||
public fun noArguments(): [ERROR : Error function type]
|
||||
public fun noArgumentsExpectedType(): Outer.Nested<kotlin.String>
|
||||
|
||||
public final class Outer {
|
||||
|
||||
Reference in New Issue
Block a user