Fixed ShortenReferences for extension on companion object

This commit is contained in:
Valentin Kipyatkov
2017-09-19 16:45:57 +03:00
parent d4e0f53583
commit 69f74b2a51
5 changed files with 44 additions and 7 deletions
@@ -0,0 +1,8 @@
package dependency
class AClass {
companion object {
}
}
fun AClass.Companion.extFun(){}