Convert member to extension: preserve visibility

#KT-29248 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-02-02 22:22:57 +09:00
committed by Mikhail Glukhikh
parent e8a8bc89c9
commit 9c468ef2aa
8 changed files with 42 additions and 1 deletions
@@ -0,0 +1,3 @@
internal class Foo {
private fun <caret>bar() {}
}