Show expression type for argument names (KT-30057)
#KT-30057 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(a: Int) {}
|
||||
|
||||
fun main() {
|
||||
foo(<caret>a = 42)
|
||||
}
|
||||
|
||||
// TYPE: a -> <html>Int</html>
|
||||
Reference in New Issue
Block a user