get rid of 'internal protected' visibility

This commit is contained in:
Svetlana Isakova
2012-06-09 19:43:53 +04:00
parent f556485db0
commit 2286022307
9 changed files with 12 additions and 48 deletions
@@ -1,6 +0,0 @@
// "Specify Return Type Explicitly" "true"
package a
class A() {
internal protected fun foo(): Int = 1
}
@@ -1,6 +0,0 @@
// "Specify Return Type Explicitly" "true"
package a
class A() {
internal protected fun <caret>foo() = 1
}