Create function quick fix: fix visibility from inline method #KT-25228 Fixed

This commit is contained in:
Toshiaki Kameyama
2018-07-30 11:02:18 +09:00
committed by Alexey Sedunov
parent e2945b1d12
commit dc57887a4d
10 changed files with 95 additions and 1 deletions
@@ -0,0 +1,6 @@
// "Create function 'g'" "true"
class C {
internal inline fun f() {
<caret>g()
}
}