372106b914
#KT-1043 Obsolete
7 lines
123 B
Kotlin
7 lines
123 B
Kotlin
package foo
|
|
|
|
trait KotlinTrait {
|
|
fun bar(price : String?)
|
|
}
|
|
|
|
// KT-1043 'Implement Methods' throws a ClassCastException |