diff --git a/idea/testData/quickfix/createFromUsage/createVariable/property/varOnUserType.kt b/idea/testData/quickfix/createFromUsage/createVariable/property/varOnUserType.kt index 840c15e06c8..08c980b7eed 100644 --- a/idea/testData/quickfix/createFromUsage/createVariable/property/varOnUserType.kt +++ b/idea/testData/quickfix/createFromUsage/createVariable/property/varOnUserType.kt @@ -1,5 +1,4 @@ // "Create member property 'A.foo'" "true" -// ERROR: Property must be initialized or be abstract class A(val n: T)