Files
kotlin-fork/kotlin-native/backend.native/tests/objcexport/kt49937.kt
T
2022-01-28 11:15:39 +00:00

15 lines
321 B
Kotlin

/*
* Copyright 2010-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
* that can be found in the LICENSE file.
*/
package kt49937
// Based on https://youtrack.jetbrains.com/issue/KT-49937
final class KT49937 {
override fun toString(): String {
return "KT49937"
}
}