Change Visibility Modifier Quick-Fix: Convert to Kotlin & refactor

This commit is contained in:
Alexey Sedunov
2016-01-06 12:07:18 +03:00
parent 1e77caedbc
commit b8a8f1638f
11 changed files with 28 additions and 109 deletions

View File

@@ -1,4 +1,4 @@
// "Change visibility modifier" "true"
// "Use inherited visibility" "true"
abstract class C : ClassLoader() {
<caret>private override fun findClass(var1: String): Class<*> {
throw ClassNotFoundException(var1)