Initial implementation of synthetic extensions resolve
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// FILE: KotlinFile.kt
|
||||
import java.io.File
|
||||
|
||||
fun foo(file: File) {
|
||||
file.absolutePath.length()
|
||||
}
|
||||
Reference in New Issue
Block a user