Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
nullabilityAnnotations
/
PrivateInClass.kt
blob: d5feda70e5b8348a31e59cf618bd904e5ad74ce3 [
file
]
// PrivateInClass
class
PrivateInClass
private
constructor
(
g
:
String
?)
{
private
var
nn
:
String
get
()
=
""
set
(
value
)
{}
private
val n
:
String
?
get
()
=
""
private
fun bar
(
a
:
String
,
b
:
String
?):
String
?
=
null
}
// FIR_COMPARISON