From af964d56c78f1fcbb539dd775bfbce64778a43ab Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Fri, 25 Jan 2019 15:56:38 +0300 Subject: [PATCH] Fix testdata with new inference after fix in 65e6e21 --- compiler/testData/diagnostics/tests/imports/twoImportLists.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/testData/diagnostics/tests/imports/twoImportLists.kt b/compiler/testData/diagnostics/tests/imports/twoImportLists.kt index 83f36c6a5fc..0ffb4c6c457 100644 --- a/compiler/testData/diagnostics/tests/imports/twoImportLists.kt +++ b/compiler/testData/diagnostics/tests/imports/twoImportLists.kt @@ -2,7 +2,7 @@ // FILE:a.kt package a -<<< FOOO +<<< FOOO import b.B //class import b.foo //function import b.ext //extension function @@ -14,7 +14,7 @@ import b.constant.dV import smth.illegal import b.C.smth.illegal -<<<HEAD +<<<HEAD import b.bar.smth import b.bar.* import b.unr.unr.unr