J2K: Modality.kt

This commit is contained in:
Mikhail Glukhikh
2015-12-07 18:26:00 +03:00
parent d80206376a
commit 5b72afe8a0
3 changed files with 11 additions and 20 deletions
@@ -206,7 +206,7 @@ class LazyJavaClassDescriptor(
override fun getAnnotations() = Annotations.EMPTY
override fun isFinal() = !getModality().isOverridable()
override fun isFinal() = !getModality().isOverridable
override fun isDenotable() = true