Do not include annotations and KDoc into NO_EXPLICIT_VISIBILITY_IN_API_MODE report range
Rename positioning strategy to better reflect its behavior. #KT-36021 fixed.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
// SKIP_TXT
|
||||
|
||||
public class Foo(<!NO_EXPLICIT_VISIBILITY_IN_API_MODE!>val bar<!>: Int, private var bar2: String, internal var bar3: Long, public var bar4: Int) {
|
||||
/**
|
||||
* Property KDoc
|
||||
*/
|
||||
<!NO_EXPLICIT_VISIBILITY_IN_API_MODE!>var simple<!>: Int = 10
|
||||
public var simple2: Int = 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user