Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
cli
/
jvm
/
androidPlugin
/
androidView.kt
blob: 5a53ffaf6720b677c66e52ffc8ceb128955d95ee [
file
]
package
android
.
view
public
open
class
View
{
public
open fun findViewById
(
@Suppress
(
"UNUSED_PARAMETER"
)
id
:
Int
):
android
.
view
.
View
=
null
!!
}