mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
12 lines
208 B
Kotlin
Vendored
12 lines
208 B
Kotlin
Vendored
package test
|
|
|
|
import android.app.Activity
|
|
import android.os.Bundle
|
|
import java.io.File
|
|
import kotlinx.android.synthetic.*
|
|
|
|
public fun Activity.a() {
|
|
clearFindViewByIdCache()
|
|
}
|
|
|
|
// 0 clearFindViewByIdCache |