Renamed test data folder

This commit is contained in:
Valentin Kipyatkov
2015-08-13 21:22:18 +03:00
parent b6cf39981f
commit c3ccd6da57
20 changed files with 13 additions and 13 deletions
@@ -0,0 +1,6 @@
package abc
public val String.helloProp1: Int get() = 1
public val String.helloProp2: Int get() = 2
public val Int.helloProp3: Int get() = 3
public val helloProp4: Int = 4