Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
resolve
/
referenceInLib
/
inLibrarySource
/
funParameter.kt
blob: d399141a89aad07817223f7744e180b00a97f318 [
file
]
package
inlibrary
.
test
public
class
FunParameter
{
fun test
(
p
:
Int
)
{
val a
=
p
}
}