diff --git a/.idea/misc.xml b/.idea/misc.xml index 9bd910a6723..ed9dd601386 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -6,7 +6,6 @@ - @@ -49,7 +48,7 @@ http://www.w3.org/1999/xhtml - + diff --git a/compiler/tests-common/tests-common.iml b/compiler/tests-common/tests-common.iml index 6f5581d5ec0..f8fcef43dda 100644 --- a/compiler/tests-common/tests-common.iml +++ b/compiler/tests-common/tests-common.iml @@ -5,7 +5,7 @@ - + diff --git a/compiler/tests/compiler-tests.iml b/compiler/tests/compiler-tests.iml index d4156d182f1..6985a220130 100644 --- a/compiler/tests/compiler-tests.iml +++ b/compiler/tests/compiler-tests.iml @@ -5,7 +5,7 @@ - + diff --git a/idea/src/org/jetbrains/kotlin/idea/refactoring/javaElementFactoryUtils.kt b/idea/src/org/jetbrains/kotlin/idea/refactoring/javaElementFactoryUtils.kt index 48df90f61dc..ca1dfb3eac2 100644 --- a/idea/src/org/jetbrains/kotlin/idea/refactoring/javaElementFactoryUtils.kt +++ b/idea/src/org/jetbrains/kotlin/idea/refactoring/javaElementFactoryUtils.kt @@ -32,5 +32,6 @@ fun PsiElementFactory.createReferenceListWithRole( Role.EXTENDS_LIST -> createClassFromText("class Foo extends $refListText {}", null).innerClasses[0].extendsList Role.IMPLEMENTS_LIST -> createClassFromText("class Foo implements $refListText {}", null).innerClasses[0].implementsList Role.EXTENDS_BOUNDS_LIST -> createTypeParameterFromText("T extends $refListText", null).extendsList + else -> throw UnsupportedOperationException("Unsupported role $role") } } diff --git a/jps-plugin/jps-plugin.iml b/jps-plugin/jps-plugin.iml index 59e6dad560b..4858c972118 100644 --- a/jps-plugin/jps-plugin.iml +++ b/jps-plugin/jps-plugin.iml @@ -5,7 +5,7 @@ - + diff --git a/update_dependencies.xml b/update_dependencies.xml index 40483954433..f0856132375 100644 --- a/update_dependencies.xml +++ b/update_dependencies.xml @@ -2,7 +2,7 @@ - + @@ -48,7 +48,7 @@ @@ -60,7 +60,7 @@