[NI] Update test data for diagnostic tests

This commit is contained in:
Mikhail Zarechenskiy
2019-04-25 02:27:16 +03:00
parent ff0993153c
commit 1e3db9ee7c
93 changed files with 208 additions and 226 deletions
@@ -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 {