Added test with class signature unchanged.

This commit is contained in:
Evgeny Gerashchenko
2014-06-19 14:37:08 +04:00
parent 15d9549477
commit 7f1e99ecfd
5 changed files with 32 additions and 0 deletions
@@ -0,0 +1,7 @@
package test
class Klass {
fun foo() = ":)"
fun bar() = ":("
}