Fixed test data
This commit is contained in:
@@ -3,4 +3,6 @@ import lib.ArrayFactory
|
||||
|
||||
public class Impl : ArrayFactory {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
val array: Array<String>
|
||||
@@ -5,4 +5,6 @@ public class Impl : ArrayFactory {
|
||||
override fun create(): lib.Array {
|
||||
<selection><caret>throw UnsupportedOperationException()</selection>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
val array: Array<String>
|
||||
Reference in New Issue
Block a user