Added quickfix for INCOMPATIBLE_MODIFIERS.

This commit is contained in:
Jack Zhou
2013-02-07 01:11:52 -05:00
committed by Andrey Breslav
parent c86f0de79f
commit 9692921128
4 changed files with 14 additions and 0 deletions
@@ -0,0 +1,4 @@
// "Remove 'public' modifier" "true"
class Foo {
public<caret> private fun bar() { }
}