get rid of 'internal protected' visibility
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user