Convert member to extension: preserve visibility
#KT-29248 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e8a8bc89c9
commit
9c468ef2aa
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
internal class Foo {
|
||||
}
|
||||
|
||||
private fun Foo.bar() {}
|
||||
Reference in New Issue
Block a user