Files
kotlin-fork/native/native.tests/testData/framework/objcexport/kt49937.kt
T
2024-02-05 16:06:34 +00:00

15 lines
321 B
Kotlin
Vendored

/*
* 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"
}
}