Fix templated types getting their indirection stripped off when used
This commit is contained in:
@@ -45,8 +45,11 @@ fun some_other_function(in: bool): float {
|
||||
}
|
||||
*/
|
||||
fun main(): int {
|
||||
var a = id<int>(7)
|
||||
simple_println(a)
|
||||
/*var a = id<int>(7)*/
|
||||
/*simple_println(a)*/
|
||||
/*var b = id<*char>("Double down time")*/
|
||||
/*simple_println(b)*/
|
||||
simple_println(id<*char>("Double down time"))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user