[NI] Update test data for diagnostic tests
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
package
|
||||
|
||||
public fun manyArguments(): Outer.Nested<kotlin.Any?>
|
||||
public fun manyArguments(): Outer.Nested<???>
|
||||
public fun nested(): Outer.Nested<kotlin.Int>
|
||||
public fun noArguments(): Outer.Nested<kotlin.Any?>
|
||||
public fun noArguments(): Outer.Nested<???>
|
||||
public fun noArgumentsExpectedType(): Outer.Nested<kotlin.String>
|
||||
|
||||
public final class Outer {
|
||||
|
||||
Reference in New Issue
Block a user