From 344529a09a0e4d3a9536b16462ea9cc0f9cb04ce Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Wed, 15 Jul 2015 12:58:56 +0300 Subject: [PATCH] Fixed test --- idea/testData/inspections/unusedImport/file.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/idea/testData/inspections/unusedImport/file.kt b/idea/testData/inspections/unusedImport/file.kt index e04fe39f75e..7bdc213e62a 100644 --- a/idea/testData/inspections/unusedImport/file.kt +++ b/idea/testData/inspections/unusedImport/file.kt @@ -13,3 +13,6 @@ fun foo(list: ArrayList) { list.add("") Date() } + +// WITH_RUNTIME +// FULL_JDK