d2792533b8
#KT-65690 Fixed
6 lines
133 B
Kotlin
Vendored
6 lines
133 B
Kotlin
Vendored
package test
|
|
|
|
class Test {
|
|
internal data class ConstructorToBeRemoved internal constructor(internal val fieldToBeRemoved: Any)
|
|
}
|