Kapt: Allow passing primitive types and void to erasure() (KT-13617)
(cherry picked from commit 91444c5)
This commit is contained in:
committed by
Yan Zhulanow
parent
3f2f79ef59
commit
cc7eaeb910
@@ -0,0 +1,5 @@
|
||||
@Deprecated("")
|
||||
class Test {
|
||||
fun a(): Int = 5
|
||||
fun b(): Unit {}
|
||||
}
|
||||
Reference in New Issue
Block a user