Add test for light class generated from object

This commit is contained in:
Pavel V. Talanov
2015-10-07 17:08:23 +03:00
committed by Michael Bogdanov
parent a4997e8b31
commit d630c25f7d
3 changed files with 45 additions and 0 deletions
@@ -0,0 +1,9 @@
// pack.A
package pack
object A {
val c = 1
var v = "A"
fun f() = 3
}