From 03fe293acef53d9e71dc7f99d5d4722e3af30614 Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Fri, 25 Sep 2015 22:36:01 +0300 Subject: [PATCH] Minor: fix testdata --- compiler/testData/diagnostics/tests/Underscore.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/testData/diagnostics/tests/Underscore.txt b/compiler/testData/diagnostics/tests/Underscore.txt index 87fb6705a9b..09bff4d99c5 100644 --- a/compiler/testData/diagnostics/tests/Underscore.txt +++ b/compiler/testData/diagnostics/tests/Underscore.txt @@ -7,8 +7,8 @@ public fun __(/*0*/ ___: kotlin.Int, /*1*/ y: _?): kotlin.Int public constructor Pair(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.Int) public final val x: kotlin.Int public final val y: kotlin.Int - public final /*synthesized*/ fun component1(): kotlin.Int - public final /*synthesized*/ fun component2(): kotlin.Int + public final operator /*synthesized*/ fun component1(): kotlin.Int + public final operator /*synthesized*/ fun component2(): kotlin.Int public final /*synthesized*/ fun copy(/*0*/ x: kotlin.Int = ..., /*1*/ y: kotlin.Int = ...): Pair public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int