Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
visibility
/
PrivateToThis.kt
blob: fd51fb9f21caae86adafad46cb7a0e06db29f6f7 [
file
]
package
test
class
A
<
in
I
>
{
private
val foo
:
I
=
null
!!
private
var
bar
:
I
=
null
!!
private
val val_with_accessors
:
I
get
()
=
null
!!
private
var
var_with_accessors
:
I
get
()
=
null
!!
set
(
value
:
I
)
{}
private
fun bas
():
I
=
null
!!
}