JS IR: add DefaultContructorMarker to the runtime

This commit is contained in:
Anton Bannykh
2018-06-20 17:38:23 +03:00
parent 9039b75c25
commit 6df9919eba
3 changed files with 11 additions and 2 deletions
@@ -0,0 +1,8 @@
/*
* Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
* that can be found in the license/LICENSE.txt file.
*/
package kotlin.js
internal object DefaultConstructorMarker