00b23a0fe9
Move kotlin.* api inside kotlin directory. Update copyright paths.
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
namespace org.w3c.webidl;
|
|
|
|
/** written by WebIDL spec */
|
|
|
|
typedef unsigned long long DOMTimeStamp;
|
|
callback Function = any (any... arguments);
|
|
callback VoidFunction = void ();
|