Smaller range + refactoring of ConvertMemberToExtension

This commit is contained in:
Valentin Kipyatkov
2015-05-11 20:09:51 +03:00
parent 04ec19cb4a
commit a23c6a2cdc
4 changed files with 85 additions and 110 deletions
@@ -1,3 +1,4 @@
// IS_APPLICABLE: false
// ERROR: Function declaration must have a name
class Owner {
fun <caret>() {}
@@ -1,6 +0,0 @@
// ERROR: Function declaration must have a name
class Owner {
}
fun Owner.() {
}