Old backing field with dollar is now forbidden

This commit is contained in:
Mikhail Glukhikh
2015-10-08 19:51:02 +03:00
parent 5117f744f7
commit 6914d09297
77 changed files with 88 additions and 637 deletions
@@ -2,7 +2,6 @@ package
package unused_variables {
public fun doSmth(/*0*/ i: kotlin.Int): kotlin.Unit
public fun testBackingFieldsNotMarked(): kotlin.Unit
public fun testFunctionLiterals(): kotlin.Unit
public fun testInnerFunctions(): kotlin.Unit
public fun testObject(): unused_variables.Trait