Renamed test data folder

This commit is contained in:
Valentin Kipyatkov
2015-09-23 16:08:30 +03:00
parent ade9cbcafb
commit c8b6db4e57
57 changed files with 342 additions and 342 deletions
@@ -0,0 +1,13 @@
internal interface I {
val something1: Int
var something2: Int
fun setSomething3(value: Int)
val something4: Int
fun setSomething4(value: String)
val something5: Int
fun setSomething5(value: Int): Int
}