From 54e7fe6c5295b34058f0c3817980f3c8689f4b2c Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Wed, 12 Sep 2018 17:57:31 +0300 Subject: [PATCH] Add language version 1.2 to mod-related inspection test thus fixing it This does not work in 1.3 because mod is no more supported --- .../replaceCallWithBinaryOperator/modSanityTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/testData/inspectionsLocal/conventionNameCalls/replaceCallWithBinaryOperator/modSanityTest.kt b/idea/testData/inspectionsLocal/conventionNameCalls/replaceCallWithBinaryOperator/modSanityTest.kt index 45391d5407c..3cab4a0ff5d 100644 --- a/idea/testData/inspectionsLocal/conventionNameCalls/replaceCallWithBinaryOperator/modSanityTest.kt +++ b/idea/testData/inspectionsLocal/conventionNameCalls/replaceCallWithBinaryOperator/modSanityTest.kt @@ -1,4 +1,5 @@ // PROBLEM: none +// LANGUAGE_VERSION: 1.2 fun test() { class Test {