From 7232c5ccc1a39cbbcea9b0ddc1c8e49ba719a451 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Mon, 14 Mar 2016 15:47:31 +0300 Subject: [PATCH] Minor: FILE directives fixed in two tests --- .../diagnostics/tests/imports/ImportFromCompanionObject.kt | 2 +- .../tests/override/clashesOnInheritance/flexibleReturnTypeIn.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/testData/diagnostics/tests/imports/ImportFromCompanionObject.kt b/compiler/testData/diagnostics/tests/imports/ImportFromCompanionObject.kt index 5aa918ae0b8..b696068686b 100644 --- a/compiler/testData/diagnostics/tests/imports/ImportFromCompanionObject.kt +++ b/compiler/testData/diagnostics/tests/imports/ImportFromCompanionObject.kt @@ -1,4 +1,4 @@ -// FILE: a.Kt +// FILE: a.kt package a class C1 { diff --git a/compiler/testData/diagnostics/tests/override/clashesOnInheritance/flexibleReturnTypeIn.kt b/compiler/testData/diagnostics/tests/override/clashesOnInheritance/flexibleReturnTypeIn.kt index bdb7e6e4220..0c0e63b2220 100644 --- a/compiler/testData/diagnostics/tests/override/clashesOnInheritance/flexibleReturnTypeIn.kt +++ b/compiler/testData/diagnostics/tests/override/clashesOnInheritance/flexibleReturnTypeIn.kt @@ -1,4 +1,4 @@ -// FILE: InOut.k +// FILE: InOut.kt interface In // FILE: J1.java