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