43b106fc72
#KT-25050 Fixed
8 lines
106 B
Kotlin
Vendored
8 lines
106 B
Kotlin
Vendored
// PROBLEM: none
|
|
class Foo
|
|
class Foo2
|
|
|
|
fun main(f: Foo, f2: Foo2) {
|
|
if (f.<caret>equals(f2)) {
|
|
}
|
|
} |