blob: a7d501a6e524af5b94c4246b48c2438463fe4778 [file] [log] [blame]
Roman Elizarova9647992017-12-26 13:09:43 +03001/*
Roman Elizarov1f74a2d2018-06-29 19:19:45 +03002 * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
Roman Elizarova9647992017-12-26 13:09:43 +03003 */
4
5package kotlin.js
6
7public open class Promise<out T>