Support property accessor in inline checks

This commit is contained in:
Mikhael Bogdanov
2016-06-21 11:12:13 +03:00
parent 2cc177255f
commit d524a34fc7
6 changed files with 47 additions and 9 deletions
@@ -0,0 +1,4 @@
package
public var value: (kotlin.Int) -> kotlin.String
public var value2: kotlin.Int.(kotlin.Int) -> kotlin.String