From 5a3f84c8faccba78a655f363fc2e9bc796033560 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Fri, 11 Jun 2021 13:10:20 +0300 Subject: [PATCH] Add forgotten test data file --- .../smartCasts/inference/unneededUnstableSmartcast.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 compiler/testData/diagnostics/tests/smartCasts/inference/unneededUnstableSmartcast.txt 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 +}