Refactor: rename PropertyMetadata parameter from 'desc' to 'property'.

Correct test data after parameter has been renamed.
This commit is contained in:
Ilya Gorbunov
2015-06-10 22:31:27 +03:00
parent 6b747cf6f8
commit f2788d53c0
4 changed files with 29 additions and 29 deletions
@@ -1,5 +1,5 @@
// "Create class 'Foo'" "true"
// ERROR: <html>Class 'Foo' must be declared abstract or implement abstract member<br/><b>public</b> <b>abstract</b> <b>fun</b> get(thisRef: A&lt;T&gt;, desc: kotlin.PropertyMetadata): B <i>defined in</i> kotlin.properties.ReadOnlyProperty</html>
// ERROR: <html>Class 'Foo' must be declared abstract or implement abstract member<br/><b>public</b> <b>abstract</b> <b>fun</b> get(thisRef: A&lt;T&gt;, property: kotlin.PropertyMetadata): B <i>defined in</i> kotlin.properties.ReadOnlyProperty</html>
open class B