Rearrange kotlin-stdlib-js library sources
Move kotlin.* api inside kotlin directory. Update copyright paths.
This commit is contained in:
committed by
Stanislav Erokhin
parent
57e47d1830
commit
00b23a0fe9
@@ -0,0 +1,7 @@
|
||||
namespace org.w3c.webidl;
|
||||
|
||||
/** written by WebIDL spec */
|
||||
|
||||
typedef unsigned long long DOMTimeStamp;
|
||||
callback Function = any (any... arguments);
|
||||
callback VoidFunction = void ();
|
||||
Reference in New Issue
Block a user