Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
7a5ccf3050837d2bae63d71b7139c7a6c38412c7
/
.
/
plugins
/
android-compiler-plugin
/
testData
/
codegen
/
android
/
FakeView.kt
blob: c59bf08820fd99c550655815ca9d4f37a0fab500 [
file
]
package
android
.
view
import
android
.
content
.
Context
open
class
View
(
ctx
:
Context
)
{
open fun findViewById
(
id
:
Int
):
View
?
=
null
}