48db96b66d
Fixed #KT-30628
5 lines
329 B
Plaintext
Vendored
5 lines
329 B
Plaintext
Vendored
Actual data differs from file content: ClassAndConstuctors.source.expected expected:< [SomeClassWithConstructors.class
|
|
public final class <1><2><3><4>SomeClassWithConstructors public constructor(arg: kotlin.String)] {
|
|
> but was:< [classAndConstructors.kt
|
|
class <1><2><3><4>SomeClassWithConstructors(private val arg: String) ] {
|
|
> |