Report error on declaring 'getClass' in class or package

#KT-14147 Fixed
This commit is contained in:
Alexander Udalov
2016-10-03 10:44:57 +03:00
parent dca094e971
commit 597912824b
4 changed files with 8 additions and 3 deletions
@@ -43,6 +43,7 @@ private val EXTERNAL_SOURCES_KINDS = arrayOf(
)
private val PREDEFINED_SIGNATURES = listOf(
"getClass()Ljava/lang/Class;",
"notify()V",
"notifyAll()V",
"wait()V",