Conflicting extension is recognized as redundant for setter with expression body

This commit is contained in:
Valentin Kipyatkov
2015-09-01 13:17:12 +03:00
parent f244bfb073
commit 16650e8f5c
4 changed files with 20 additions and 3 deletions
@@ -0,0 +1,5 @@
// "Delete redundant extension property" "true"
var Thread.<caret>priority: Int
get() = getPriority()
set(value) = setPriority(value)
@@ -0,0 +1,2 @@
// "Delete redundant extension property" "true"