Fix tests affected by the inspection behavior change

This commit is contained in:
Dmitry Jemerov
2017-07-07 13:25:59 +02:00
parent a12594fe27
commit 9dc4183a16
4 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
// "Add 'private' modifier" "true"
class A(internal val <caret>a: String = "") {
class A(<caret>internal val a: String = "") {
fun foo() {
a
}