Drop result value if it's not needed
This commit is contained in:
+1
-1
@@ -6,6 +6,6 @@ val File.prop: String
|
||||
get() = absolutePath
|
||||
|
||||
fun foo(file: File) {
|
||||
file.absolutePath
|
||||
val v = file.absolutePath
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user