Big change in quickfix tests: no stupid test data format with "before" and "after" file prefixes
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// "Create property 'foo'" "true"
|
||||
// ERROR: Property must be initialized or be abstract
|
||||
// ERROR: Variable 'foo' must be initialized
|
||||
|
||||
import kotlin.properties.ReadWriteProperty
|
||||
|
||||
class A<T> {
|
||||
private val foo: ReadWriteProperty<A<T>, A<Int>>
|
||||
var x: A<Int> by foo
|
||||
}
|
||||
Reference in New Issue
Block a user