Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
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
!!
}