b84260f39f
#KT-13689 Fixed
9 lines
94 B
Kotlin
Vendored
9 lines
94 B
Kotlin
Vendored
package test1
|
|
|
|
public class MyClass {
|
|
}
|
|
|
|
public fun MyClass.get(i: Int): Int {
|
|
return 1
|
|
}
|