More tests for ChangeVisibilityModifierIntention
(cherry picked from commit e7cdba7)
This commit is contained in:
committed by
Nikolay Krasko
parent
1e9db3c23e
commit
28d187ca1a
@@ -0,0 +1,5 @@
|
||||
annotation class Small(val i: Int, val s: String)
|
||||
|
||||
@Sma<caret>ll(1, "2") fun test1() {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
annotation class Small(val i: Int, val s: String)
|
||||
|
||||
@Sma<caret>ll(1, "2") private fun test1() {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
annotation class Small(val i: Int, val s: String)
|
||||
|
||||
@Small(<caret>1, "2") fun test1() {
|
||||
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
annotation class Small(val i: Int, val s: String)
|
||||
|
||||
@Small(<caret>1, "2") private fun test1() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user