Files
kotlin-fork/compiler
Anton Bannykh 23e218396e JS: support SAM conversion
The SAM adapter is generate on declaration site. This is different
from the JVM approach.

`external fun interface` is banned for now.

Reusing interface declaration for the adapter is a hack which
reduces code size and makes importing/exporting the adapter
effortless.
2020-02-26 18:57:11 +03:00
..
2020-02-20 18:03:10 +03:00
2020-02-26 18:57:11 +03:00
2020-01-02 10:31:00 +01:00
2020-02-13 10:22:42 +03:00
2020-02-14 18:22:16 +03:00