Fix testdata according to changes in automatic renaming rules in 17.1
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ class BarImpl : Bar()
|
||||
object BarObj : Bar()
|
||||
|
||||
val BAR: Bar = Bar()
|
||||
val BARs: Array<Bar> = throw Error()
|
||||
val BARS: Array<Bar> = throw Error()
|
||||
Reference in New Issue
Block a user