CLI: fix resolution of Java records as single file roots
#KT-46764 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// This should compile.
|
||||
fun create(): Record = Record("OK")
|
||||
|
||||
// This should be an error.
|
||||
fun error(): Unresolved? = null
|
||||
Reference in New Issue
Block a user