blob: ad20c1d085443e3694ec03714b5d07f351d1882f [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 expect val Any.hexAddress: String
internal expect val Any.classSimpleName: String