Minor test fix

This commit is contained in:
Mikhail Glukhikh
2017-07-18 13:51:27 +03:00
parent f8cf0f2ab9
commit 43f9035d07
@@ -1,5 +1,4 @@
// "Create member property 'A.foo'" "true"
// ERROR: Property must be initialized or be abstract
class A<T>(val n: T)