mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 15:54:05 +00:00
Change Visibility Modifier Quick-Fix: Convert to Kotlin & refactor
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user