Do not render redundant Nullable annotations when generating declarations
#KT-36321 fixed
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// "Create function 'bar'" "true"
|
||||
// ERROR: Unresolved reference: bar
|
||||
|
||||
fun foo(foo: Foo) {
|
||||
val s = foo.eval()
|
||||
<caret>bar(s)
|
||||
}
|
||||
Reference in New Issue
Block a user