Scripting: add check for 'kotlin' package similar to the regular sources
#KT-52598 fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package kotlin.scripting.fibonacci
|
||||
package org.jetbrains.kotlin.scripting.fibonacci
|
||||
// this script expected parameter num : Int
|
||||
|
||||
fun fib(n: Int): Int {
|
||||
|
||||
Reference in New Issue
Block a user