Descriptors in calls are substituted,

and symbols refer to the original descriptors.
This commit is contained in:
Dmitry Petrov
2017-04-12 15:35:25 +03:00
parent d7a362b4f6
commit 2b0d3440ad
10 changed files with 76 additions and 18 deletions
@@ -0,0 +1,3 @@
val <T> T.id get() = this
val test = "abc".id