Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
specifyVisibilityInExplicitApiMode
/
method.kt
blob: 98f967702eada7f2c97fa794ffa8addad0f401e0 [
file
] [
log
] [
blame
]
// "Make 'method' public explicitly" "true"
// COMPILER_ARGUMENTS: -Xexplicit-api=strict
public
class
Foo2
()
{
fun
<caret>
method
()
{}
}