diff --git a/compiler/testData/diagnostics/tests/smartCasts/inference/unneededUnstableSmartcast.txt b/compiler/testData/diagnostics/tests/smartCasts/inference/unneededUnstableSmartcast.txt new file mode 100644 index 00000000000..c81f1d19ea1 --- /dev/null +++ b/compiler/testData/diagnostics/tests/smartCasts/inference/unneededUnstableSmartcast.txt @@ -0,0 +1,10 @@ +package + +public final class Test { + public constructor Test(/*0*/ c: kotlin.collections.Collection) + public final var c: kotlin.collections.Collection + 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 final fun test(): kotlin.Unit + public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String +}