TEST: extension function generation

(cherry picked from commit 27b8c962b2b12883150166c83c19b950c9091334)
This commit is contained in:
Konstantin Anisimov
2016-11-25 11:56:53 +03:00
committed by vvlevchenko
parent 9c9d75f6b8
commit 1b1360c77e
@@ -0,0 +1,3 @@
class B(val a: Int)
fun B.foo() = this.a