Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
specifyVisibilityInExplicitApiMode
/
method.kt.after
blob: 567100c34398570174ddf122238f410b86d066ae [
file
]
// "Make 'method' public explicitly" "true"
// COMPILER_ARGUMENTS: -Xexplicit-api=strict
public
class
Foo2
()
{
public
fun method
()
{}
}