default -> companion: fix message for quick fix

This commit is contained in:
Pavel V. Talanov
2015-03-18 14:27:39 +03:00
parent e69a1d6aba
commit 41b65205b0
6 changed files with 15 additions and 15 deletions
@@ -1,4 +1,4 @@
// "Replace 'class' keyword with 'default' modifier in whole project" "true"
// "Replace 'class' keyword with 'companion' modifier in whole project" "true"
class A {
public companion object {