[NI] Don't return resulting call if return type has uninferred types
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
public val x: ???
|
||||
public val y: kotlin.collections.List<???>
|
||||
public val x: [ERROR : Error function type]
|
||||
public val y: [ERROR : Error function type]
|
||||
public fun </*0*/ E> bar(): kotlin.collections.List<E>
|
||||
public fun </*0*/ E> foo(): E
|
||||
|
||||
+2
-2
@@ -10,8 +10,8 @@ public final class A {
|
||||
public final val b: [ERROR : Error function type]
|
||||
public final val u: [ERROR : Error function type]
|
||||
public final val y: [ERROR : Error function type]
|
||||
public final val z1: ???
|
||||
public final val z2: kotlin.collections.List<???>
|
||||
public final val z1: [ERROR : Error function type]
|
||||
public final val z2: [ERROR : Error function type]
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
+2
-2
@@ -2,12 +2,12 @@ package
|
||||
|
||||
public val u: kotlin.String
|
||||
public val x: [ERROR : No type, no body]
|
||||
public val x1: ???
|
||||
public val x1: [ERROR : Error function type]
|
||||
public val x2: kotlin.String
|
||||
public var x3: kotlin.Int
|
||||
public val x4: [ERROR : Error function type]
|
||||
public val x5: kotlin.Nothing?
|
||||
public val y1: kotlin.collections.List<???>
|
||||
public val y1: [ERROR : Error function type]
|
||||
public val y2: kotlin.collections.List<kotlin.Int>
|
||||
public val y5: kotlin.Nothing
|
||||
public val z2: kotlin.collections.List<kotlin.Int>
|
||||
|
||||
Reference in New Issue
Block a user