mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Test for 'JavaResolutionUtils.getJavaDescriptorResolver' failing with AE
Tests ebd3ac6dc8
See EA-105435
7 lines
55 B
Kotlin
Vendored
7 lines
55 B
Kotlin
Vendored
package test
|
|
|
|
object KObject {
|
|
fun foo() {
|
|
|
|
}
|
|
} |