test nullable return types are read from .class files
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace test
|
||||
|
||||
fun ff(): String = ""
|
||||
@@ -0,0 +1,3 @@
|
||||
namespace test
|
||||
|
||||
fun ff(): String? = ""
|
||||
Reference in New Issue
Block a user