Don't report conflicting extension for marked with @HiddenDeclaration

This commit is contained in:
Valentin Kipyatkov
2015-08-31 23:04:12 +03:00
parent 690473313f
commit b2ea369129
2 changed files with 11 additions and 2 deletions
@@ -13,4 +13,8 @@ val File.parent: File
class MyFile : File("")
val MyFile.isFile: Boolean
get() = isFile()
get() = isFile()
@HiddenDeclaration
val Thread.priority: Int
get() = getPriority()