Add quickfix for PACKAGE_MEMBER_CANNOT_BE_PROTECTED

This commit is contained in:
Peter Tseng
2013-02-07 14:54:13 -05:00
committed by Andrey Breslav
parent b52036c549
commit 324a39d10b
4 changed files with 16 additions and 0 deletions
@@ -0,0 +1,4 @@
// "Remove 'protected' modifier" "true"
package test
<caret>protected val a: Int = 0