07d3e3a5bd
`is PropertyDescriptor` check doesn't work for JVM IR where descriptor is created on-the-fly and is an `IrBasedSimpleFunctionDescriptor`. #KT-49682
7 lines
95 B
Kotlin
Vendored
7 lines
95 B
Kotlin
Vendored
class Test {
|
|
companion object A {
|
|
@JvmStatic
|
|
val test: String = ""
|
|
}
|
|
}
|