b4410c625f
#KT-8878 Fixed
9 lines
95 B
Plaintext
Vendored
9 lines
95 B
Plaintext
Vendored
// CHECK_ERRORS_AFTER
|
|
|
|
fun <T> bar(t: T) {
|
|
t.toString()
|
|
}
|
|
|
|
fun <T> foo(a: T) {
|
|
bar(a)
|
|
} |