elect
05/16/2023, 2:27 PMopen class GlfwWindow(var handle: Long) {
constructor(..)
constructor(..)
}
using this library from Java, it says that those secondary constructors have private access.. (from Kotlin it's fine though)
what is happening? If I browse the source code I can see the default modifier being public
and not private
..CLOVIS
05/16/2023, 2:38 PMelect
05/16/2023, 2:38 PMelect
05/16/2023, 2:38 PMCLOVIS
05/16/2023, 2:39 PMelect
05/16/2023, 2:39 PMCLOVIS
05/16/2023, 2:40 PMelect
05/16/2023, 2:41 PMCLOVIS
05/16/2023, 2:42 PMelect
05/16/2023, 2:42 PMCLOVIS
05/16/2023, 2:43 PMelect
05/16/2023, 3:01 PMCLOVIS
05/16/2023, 3:02 PMinternal
. Check what values you can pass to it, does it actually run the value class' constructor?elect
05/16/2023, 3:05 PMelect
05/16/2023, 3:07 PM