Do not add functions and properties with inferred types as script class memebrs
This commit is contained in:
@@ -7,5 +7,5 @@ fun fib(n: Int): Int {
|
||||
return v
|
||||
}
|
||||
|
||||
val result = fib(num)
|
||||
val result: Int = fib(num)
|
||||
12
|
||||
Reference in New Issue
Block a user