blob: 0786dd55917693882a2c36495ebca70052bff87c [file] [log] [blame]
/*
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
package kotlinx.coroutines.experimental.internal
/**
* Closeable entity.
* @suppress **Deprecated**
*/
@Deprecated("No replacement, see specific use")
public actual typealias Closeable = java.io.Closeable