1  package com.example
2  
3  import HelloFromProvider
4  
mainnull5  fun main() {
6      HelloFromProvider().foo()
7  }
8